home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / int24.zip / INT24ERR.C < prev    next >
Text File  |  1986-02-19  |  149b  |  12 lines

  1. int24err()
  2. {
  3.   extern int far int24error;
  4.   int w;
  5.  
  6.   w = int24error;
  7.  
  8.   int24error = 0;             /* reset error to zero */
  9.  
  10.   return(w);
  11. }
  12.